OpenRoads Designer CONNECT Edition SDK Help

CreateTangentToLineThruPointWithGrade Method

Calculates parabola data from thru point and grade at thru point

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static  ProfileParabola CreateTangentToLineThruPointWithGrade( ProfileLine line, DPoint2d thruPoint,double grade)

Parameters

SettingDescription
  ProfileLine Given line
  DPoint2d Thru point
   Grade at thru point

Return Value

ProfileParabola Solutions

See Also